home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 050 / madtrb31.arc / README.TXT < prev    next >
Text File  |  1986-03-26  |  4KB  |  70 lines

  1. ******************************************************************************
  2.                         Madison IBM-PC Users' Group
  3.                       Turbo Pascal Library Diskette # 31
  4.  
  5.       Featuring:  Music, Fast Screen Output, HiRes Graphics,
  6.                   Paths and Directories
  7.  
  8. ------------------------------------------------------------------------------
  9. This diskette contains PROGRAMS and or DATA determined to be in the PUBLIC
  10. DOMAIN provided as a service of the GROUP for the use of it's members.  The
  11. Madison IBM-PC Users' Group will not be liable for any damages, including
  12. any lost profits, lost savings or other incidental or consequential damages
  13. arising out of the use of or inability to use the contents, even if the GROUP
  14. has been advised of the possibility of such damages, or for any claim by any
  15. other party.
  16. ******************************************************************************
  17. Title                      Description
  18. ------------     -------------------------------------------------------------
  19. README   TXT     The file you are now reading.
  20.  
  21. ARGLIST  PAS     Reads argument list, like argc/argv in C
  22. FASTWRIT PAS     Very fast strings to mono or color screen
  23. GETDIR   PAS     Scan MS-DOS directory
  24. INLINER  PAS     Translates 8088 Assembler source to Pascal INLINE
  25. PATHS    PAS     Get, create, delete, modify disk directories
  26. SAMPDIR  PAS     Example of how to use GETDIR.PAS
  27. SAMPPATH PAS     Example of how to use PATHS.PAS
  28. SCROLL   PAS     Scroll portion or all of screen up or down
  29. PIBMUSIC PAS     Play music like in BASIC PLAY statement
  30.  
  31. Graphic Routines
  32. -----------------------------------------------------------------------------
  33. GRAFDEMO COM     Demonstration can display graphics screens fast enough to
  34.                  simulate animation.  To run the Demonstration type 'Grafdemo'.
  35.                  You must however use a high resolution (640x200 pixels)
  36.                  graphics board and monitor.
  37. GRAFDEMO PAS     ^ Source code.
  38. GRAFDEMO DOC     ^ Documentation.
  39. UTIL     PAS     Program has routines which can save a graphics (hires) screen
  40.                  on disk and redisplay it QUICKLY.  
  41. GRAPH    PAS     This program generates a 3-D surface for a function.
  42. CUBE     PAS     This is a real time graphics demo of a cube tumbling in
  43.                  3-space.   The 8088 processor is just too slow to do
  44.                  effectively demonstrate real time graphics, processor is just
  45.                  too slow to do effectively demonstrate real time graphics,
  46.                  but this program can be used as a bench mark for graphics
  47.                  performance of future generation PCs.
  48. TOWERS   PIC     A hiresolution graphics screen picture stored in a file.
  49. PEAK     PIC     A hiresolution graphics screen picture stored in a file.
  50. PEAKS    PIC     A hiresolution graphics screen picture stored in a file.
  51. SINEXP   PIC     A hiresolution graphics screen picture stored in a file.
  52. COSEXP   PIC     A hiresolution graphics screen picture stored in a file.
  53. WELL     PIC     A hiresolution graphics screen picture stored in a file.
  54. SPH1     PIC     A hiresolution graphics screen picture stored in a file.
  55. SPH2     PIC     A hiresolution graphics screen picture stored in a file.
  56. SPH3     PIC     A hiresolution graphics screen picture stored in a file.
  57.  
  58. TRANSFER DAT     Filecat disk library data transfer file.
  59. *****************************************************************************
  60.  
  61. Disk Originally obtained from:
  62.  
  63. PC Software Interest Group (PC-SIG)
  64. 1030 E Duane, Suite J
  65. Sunnyvale, CA 94086
  66. (408) 730-9291
  67.  
  68. Disk No 428   TURBO Pascal Routines # 8
  69.  
  70.